github.com/gotd/td/internal/mtproto.Conn.authKey (field)

4 uses

	github.com/gotd/td/internal/mtproto (current package)
		conn.go#L72: 	authKey    crypto.AuthKey
		conn.go#L140: 		authKey: opt.Key,
		connect.go#L87: 	c.authKey = r.AuthKey
		session.go#L19: 		Key:  c.authKey,